tools/libxl: rename remus checkpoint callbacks
authorYang Hongyang <yanghy@cn.fujitsu.com>
Fri, 10 Jul 2015 06:12:10 +0000 (14:12 +0800)
committerIan Campbell <ian.campbell@citrix.com>
Tue, 21 Jul 2015 13:08:53 +0000 (14:08 +0100)
commit8dd129f75b9579858205a9680ee244f5a041cdf0
treeab78e7d9751ce4042bc0bb3c14b26e3ab44829e5
parentbc3e7ff7ecdad6070f14b51fa7f6957b3e24e8a8
tools/libxl: rename remus checkpoint callbacks

There are 2 remus checkpoint callbacks(save/restore), currently, they
both called libxl__remus_domain_checkpoint_callback in different
files, so it is ok. But in the following patch, we will move all of the
remus callback code into a separate file, the name should be different.
So rename them to:
  libxl__remus_domain_{save/restore}_checkpoint_callback

Signed-off-by: Yang Hongyang <yanghy@cn.fujitsu.com>
CC: Ian Campbell <Ian.Campbell@citrix.com>
CC: Ian Jackson <Ian.Jackson@eu.citrix.com>
CC: Wei Liu <wei.liu2@citrix.com>
Acked-by: Ian Campbell <Ian.Campbell@citrix.com>
tools/libxl/libxl_create.c
tools/libxl/libxl_dom.c